home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 098 / cpc5a5b.dqc / cpc5a-5b.doc
Text File  |  1985-09-15  |  8KB  |  194 lines

  1.  
  2. Documentation for the file CPC12-5B.MRG
  3. ---------------------------------------
  4.  
  5. This documents the changes to RBBS-PC version CPC12-5A
  6. that are incorporated in version CPC12-5B of RBBS-PC.
  7. CPC12-5A is the version of RBBS-PC that was released
  8. July 14, 1985.
  9.  
  10. With the availability of two new BASIC compilers, Quick
  11. Basic from Microsoft for $99 and Version 2.0 of the IBM 
  12. BASIC compiler for $395, CPC12-5B will be the last release
  13. of RBBS-PC that will be compilable under the Version 1.0
  14. of the IBM BASIC compiler.
  15.  
  16. Since Microsoft's QuickBasic compiler is a subset of
  17. IBM's new Version 2.0 BASIC compiler, future versions of
  18. RBBS-PC will be tested and developed using Microsoft's
  19. QuickBasic.  
  20.  
  21. RBBS-PC version CPC12-5B source code can be created by
  22. merging CPC12-5B.MRG into the source code for version 
  23. CPC12-5A of RBBS-PC.BAS.
  24.  
  25. To upgrade the source code of RBBS-PC.BAS from version
  26. CPC12-5A to version CPC12-5B enter the following
  27. commands:
  28.  
  29. BASICA               (DOS prompt and default drive assumed)
  30. LOAD"RBBS-PC.BAS"    (Make sure it is version CPC12-5A source)
  31. MERGE"CPC12-5B.MRG"
  32. SAVE"RBBS-PC.BAS",A  (Make sure you have a backup of CPC12-5A
  33.                       source before entering this command)
  34.  
  35. RBBS-PC CPC12-5B requires CONFIG level 1.8 in order to
  36. operate!  Before using CPC12-5B.MRG, CONFIG must:
  37.  
  38. 1.  Be upgraded from level 1.7 to 1.8 by replacing the
  39.     old CONFIG.BAS with the new CONFIG.BAS for level 1.8
  40.     (there is no .MRG file!).
  41.  
  42. 2.  Running CONFIG version 1.8 against your existing 
  43.     RBBS-PC.DEF file and having CONFIG re-write a new
  44.     .DEF file after you reset option 126 to maximum number
  45.     of messages you allow.  This must be done for all
  46.     conferences as well.
  47.  
  48. RBBS-PC CPC12-5B will not function using a .DEF file
  49. created by any version of CONFIG.BAS other than level
  50. 1.8.
  51.  
  52. Version CPC12-5B:
  53.  
  54. Version CPC12-5B HAS NO NEW ENHANCEMENTS over CPC12-5A.  It
  55. is absolutely a maintenance release.  The primary errors that
  56. are corrected in 12-5B are:
  57.  
  58. o  RBBS-PC no longer requires the "ring indicator" signal 
  59.    (i.e. pin 22) unless the SYSOP wants to use "ring-back"
  60.    or RBBS-PC to answer the phone only after the "nth" ring.
  61.    Correcting the earlier dependency on the "ring indicator"
  62.    will allow more modem's and systems to run RBBS-PC.
  63.  
  64. o  Users are now notified of the date and time that they where
  65.    last on.  Correcting this security laspe allows users to know
  66.    if someone is accessing a system with their name and pass-
  67.    word.
  68.  
  69. o  The time in "chat" mode is no longer counted against a users
  70.    elasped time.  Correcting this error, hopefully, will encourage
  71.    more exchanges of ideas.
  72.  
  73. o  Users can no longer enter mail to adressees that are not in the
  74.    USERS file.  Correcting this error insures that users can not
  75.    send mail to "phantoms" except to those "phantoms" (i.e. AUTHORS)
  76.    which the SYSOP has established.  
  77.  
  78. o  Users are now told that either Ctrl K or Ctrl X can interrupt
  79.    file transfers.
  80.  
  81. o  "WRK" has been added to those files that require binary transfers.
  82.  
  83. o  Uploads that are for the SYSOP only (i.e. whose descriptions 
  84.    begin with a "/") no longer have the description lost.  It is 
  85.    now added to the CALLERS file.
  86.  
  87. o  Users who are locked out and call back are denied any future
  88.    access if they commit another security violation.  This corrects
  89.    the problem of those who continually attempt to break RBBS-PC's
  90.    security being allowed to call back indefinitely.
  91.  
  92. o  The problem with the SYSOP function # 2 not displaying all the
  93.    users has been corrected.
  94.  
  95. o  The problem of RBBS-PC placing the last message read in the main
  96.    MESSAGES file when coming back from a public conference has 
  97.    been corrected.
  98.  
  99. o  The problem of searching for a user with SYSOP function 5 causing
  100.    RBBS-PC to go into a loop has been corrected.
  101.  
  102. o  When searching the drive's available for uploading (if more than
  103.    one), all drives are now searched.
  104.  
  105. o  The error that allowed the SYSOP to exceed the maximum number of
  106.    lines per message has been corrected.
  107.  
  108. o  The error where when selecting a nonexistant conference that would
  109.    still place that conference name in front of the menu prompts has
  110.    been corrected.
  111.  
  112. o  Users are only authorized to read messages no longer can reply to
  113.    them or kill them.
  114.  
  115. D. Thomas Mack
  116. Jon Martin
  117. Ken Goosens
  118.  
  119.  
  120. August 25, 1985
  121.  
  122.  
  123. Line           Reason
  124.  
  125. 3,115          Change version number to CPC12-5B beta test phase 4.
  126.  
  127. 235, 240,      RBBS-PC no longer requires the "ring indicator" signal 
  128. 266, 270,      (i.e. pin 22) unless the SYSOP wants to use "ring-back"
  129. 320, 321       or RBBS-PC to answer the phone only after the "nth" ring.
  130.                Correcting the earlier dependency on the "ring indicator"
  131.                will allow more modem's and systems to run RBBS-PC.
  132.  
  133. 800, 816       Users are now notified of the date and time that they where
  134.                last on.  Correcting this security laspe allows users to know
  135.                if someone is accessing a system with their name and pass-
  136.                word.
  137.  
  138. 842, 4770,     The time in "chat" mode is no longer counted against a users
  139. 4775, 41020    elasped time.  Correcting this error, hopefully, will encourage
  140.                more exchanges of ideas.
  141.  
  142. 1385, 1386     Users who are locked out and call back are denied any future
  143.                access if they commit another security violation.  This corrects
  144.                the problem of those who continually attempt to break RBBS-PC's
  145.                security being allowed to call back indefinitely.
  146.  
  147. 1432, 6000     Users are now told that either Ctrl K or Ctrl X can interrupt
  148.                file transfers.
  149.  
  150. 1629           Users who are authorized to read messages may not reply or 
  151.                kill such messages unless that are also authorized to do
  152.                explicitly.
  153.  
  154. 2077, 2079,    Users can no longer enter mail to adressees that are not in the
  155. 2081           USERS file.  Correcting this error insures that users can not
  156.                send mail to "phantoms" except to those "phantoms" (i.e.
  157.                AUTHORS) which the SYSOP has established.  
  158.  
  159. 2200           The error that allowed the SYSOP to exceed the maximum number 
  160.                of lines per message has been corrected.
  161.  
  162. 3115, 3130,    Keeps user from inputing large numbers to force ERROR 6.
  163. 3140
  164.  
  165. 5325, 5360,    The problem of RBBS-PC placing the last message read in the main
  166. 5362, 10597,   MESSAGES file when coming back from a public conference has 
  167. 10598          been corrected.
  168.  
  169. 10096          The problem with the SYSOP function # 2 not displaying all the
  170.                users has been corrected.
  171.  
  172. 10720, 10733   The problem where the upload directory would be displayed
  173.                even when config said not to display it has been fixed.
  174.  
  175. 11010, 11015,  The problem of searching for a user with SYSOP function 5
  176. 11125, 12620,  causing RBBS-PC to go into a loop has been corrected.
  177.  
  178. 13238          Corrects the nonexistant conference name from being added in
  179.                front of the menu prompts.
  180.  
  181. 13380, 13385,  When searching the drive's available for uploading (if more
  182. 20440          than one), all drives are now searched.
  183.  
  184. 20247          "WRK" has been added to those files that require
  185.                binary transfers.
  186.  
  187. 50610          Uploads that are for the SYSOP only (i.e. whose descriptions 
  188.                begin with a "/") no longer have the description lost.  It is 
  189.                now added to the CALLERS file.
  190.  
  191. -------------------END of Merge for CPC12-5B---------------------
  192.  
  193.  
  194. Press <CR> to continue: